projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b6e724e
)
gdkscreen-wayland: Emit monitors-changed when the output scale changes
author
Adel Gadllah
<adel.gadllah@gmail.com>
Sat, 26 Apr 2014 12:08:51 +0000
(14:08 +0200)
committer
Adel Gadllah
<adel.gadllah@gmail.com>
Sat, 26 Apr 2014 15:32:57 +0000
(17:32 +0200)
https://bugzilla.gnome.org/show_bug.cgi?id=729013
gdk/wayland/gdkscreen-wayland.c
patch
|
blob
|
history
diff --git
a/gdk/wayland/gdkscreen-wayland.c
b/gdk/wayland/gdkscreen-wayland.c
index 70842962ae0e09e4b16f8999a7d93f077ff241b5..7e3dfe5f22d2663e163c53e8fed9c09d51280fb1 100644
(file)
--- a/
gdk/wayland/gdkscreen-wayland.c
+++ b/
gdk/wayland/gdkscreen-wayland.c
@@
-986,6
+986,7
@@
output_handle_scale(void *data,
GdkWaylandMonitor *monitor = (GdkWaylandMonitor *)data;
monitor->scale = factor;
+ g_signal_emit_by_name (monitor->screen, "monitors-changed");
}
static void